﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  margin: 0;
  display: block;
  font-size: 12px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font: "Microsoft YaHei", '榛戜綋',\9ED1\4F53, 'Helvetica Neue', SimSun, "Arial Narrow", Arial, Helvetica, sans-serif;
  font-family: "Microsoft YaHei", 'Helvetica Neue', SimSun, "Arial Narrow", Arial, Helvetica, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

a, body, dd, div, dl, dt, form, html, img, input, li, ol, p, span, ul {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  font-family: inherit;
  color: inherit;
  font-weight: normal; }

b,
strong {
  font-weight: bold; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
select {
  text-transform: none; }

a, img {
  border: 0; }

img {
  vertical-align: top; }

input,
select {
  vertical-align: middle;
  display: inline-block; }

dd, dt, dl, ol, ul, li {
  list-style: none;
  list-style-type: none; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  border: 1px solid #ddd;
  outline: none;
  background: transparent; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0); }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type=text], input[type=password], select {
  outline: none;
  border: 1px solid #ddd;
  padding: 0 5px;
  width: 180px;
  height: 30px; }

input:focus {
  border: 1px solid #CCCC99; }

textarea {
  border: 1px solid #ddd;
  resize: none;
  width: 400px;
  height: 100px;
  padding: 5px; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0;
  text-align: inherit;
  font-weight: normal; }

a, i, a:hover, a:active, a:visited, a:link, a:focus {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

a {
  color: inherit; }

small {
  font-size: 70%; }

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.3em; }

sub {
  bottom: -.25em; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

del {
  text-decoration: line-through; }

i, em {
  font-style: normal; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: normal; }

.nowrap {
  white-space: nowrap;
  word-break: keep-all; }

.wrap {
  white-space: normal;
  word-wrap: break-word; }

/*閫夋嫨鏂囨湰*/
::-webkit-selection {
  background: #3F94D4;
  color: #fff; }

::-moz-selection {
  background: #3F94D4;
  color: #fff; }

::selection {
  background: #3F94D4;
  color: #fff; }

/* .container {*/
/*   margin-right: auto;*/
/*   margin-left: auto;*/
/* }*/
/* @media (max-width: 640px) {*/
/*   .container {*/
/*     width: 100%;*/
/*   }*/
/* }*/
/* @media (min-width: 768px) {*/
/*   .container {*/
/*     width: 750px;*/
/*   }*/
/* }*/
/* @media (min-width: 992px) {*/
/*   .container {*/
/*     width: 970px;*/
/*   }*/
/* }*/
/* @media (min-width: 1100px) {*/
/*   .container {*/
/*     width: 1000px;*/
/*   }*/
/* }*/
/* @media (min-width: 1300px) {*/
/*   .container {*/
/*     width: 1200px;*/
/*   }*/
/* }*/
/* @media (min-width: 1500px) {*/
/*   .container {*/
/*     width: 1400px;*/
/*   }*/
/* }*/
/* @media (min-width: 1800px) {*/
/*   .container {*/
/*     width: 1700px;*/
/*   }*/
/* }*/
/*鏍呮牸绯荤粺*/
.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
/*width*/
.w1600 {
  width: 1600px; }

.w1500 {
  width: 1500px; }

.w1400 {
  width: 1400px; }

.w1300 {
  width: 1300px; }

.w1200 {
  width: 1200px; }

.w1100 {
  width: 1100px; }

.w1000 {
  width: 1000px; }

.w900 {
  width: 900px; }

.w800 {
  width: 800px; }

.w700 {
  width: 700px; }

.w600 {
  width: 600px; }

.w500 {
  width: 500px; }

.w400 {
  width: 400px; }

.w100 {
  width: 100%; }

.w95 {
  width: 95%; }

.w90 {
  width: 90%; }

.w80 {
  width: 80%; }

.w75 {
  width: 75%; }

.w70 {
  width: 70%; }

.w65 {
  width: 65%; }

.w60 {
  width: 60%; }

.w55 {
  width: 55%; }

.w50 {
  width: 50%; }

.w45 {
  width: 45%; }

.w40 {
  width: 40%; }

.w35 {
  width: 35%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w15 {
  width: 15%; }

.w10 {
  width: 10%; }

.w5 {
  width: 5%; }

.input--100 {
  width: 100% !important; }

.input--90 {
  width: 90% !important; }

.input--80 {
  width: 80% !important; }

.input--70 {
  width: 70% !important; }

.input--60 {
  width: 60% !important; }

.input--50 {
  width: 50% !important; }

.input--40 {
  width: 40% !important; }

.input--30 {
  width: 30% !important; }

.input--20 {
  width: 20% !important; }

.input--10 {
  width: 10% !important; }

/*margin銆乸adding*/
.m5 {
  margin: 5px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m25 {
  margin: 25px !important; }

.m30 {
  margin: 30px !important; }

.m35 {
  margin: 35px !important; }

.m40 {
  margin: 40px !important; }

.m45 {
  margin: 45px !important; }

.m50 {
  margin: 50px !important; }

.m55 {
  margin: 55px !important; }

.m60 {
  margin: 60px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

/*padding*/
.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

.p35 {
  padding: 35px; }

.p40 {
  padding: 40px; }

.p45 {
  padding: 45px; }

.p50 {
  padding: 50px; }

.p55 {
  padding: 55px; }

.p60 {
  padding: 60px; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

/*clearfix*/
.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.clear {
  clear: both; }

.clear:after, .clear:before {
  content: "";
  display: table; }

.clear:after {
  clear: both;
  overflow: hidden; }

.clear {
  zoom: 1;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.block {
  display: block; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

/*blank*/
.blank10 {
  height: 10px; }

.blank20 {
  height: 20px; }

.blank30 {
  height: 30px; }

.blank40 {
  height: 40px; }

.blank50 {
  height: 50px; }

.blank60 {
  height: 60px; }

.blank70 {
  height: 70px; }

.blank80 {
  height: 80px; }

.blank90 {
  height: 90px; }

.blank100 {
  height: 100px; }

/*fontsize*/
.fs10 {
  font-size: 10px; }

.fs11 {
  font-size: 11px; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.cm-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/*澶撮儴鏍峰紡*/
.cm-header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 555; }
  .cm-header .header-top {
    height: 30px;
    position: relative;
    z-index: 555;
    background: #f8f8f8; }
    .cm-header .header-top dl, .cm-header .header-top .tel {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #666;
      line-height: 30px; }
    .cm-header .header-top .tel, .cm-header .header-top .qq {
      margin-left: 40px;
      flex-shrink: 0; }
    .cm-header .header-top .tel span {
      padding: 0 5px; }
    .cm-header .header-top .city-list {
      flex: 1;
      overflow: hidden; }
      .cm-header .header-top .city-list dd {
        padding-left: 10px;
        position: relative;
        margin-right: 15px; }
        .cm-header .header-top .city-list dd:before {
          content: "";
          position: absolute;
          border: 5px solid transparent;
          border-left: 5px solid #666;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

.cm-header .cm-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cm-header .header-body {
  height: 80px; }

.cm-header .logo {
  display: block;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 275px;
  overflow: hidden; }

.cm-header .logo img {
  width: auto;
  height: 100%;
  display: block; }

.u-select-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }
  .u-select-area:hover .area-show:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .u-select-area:hover .area-select {
    display: block; }
  .u-select-area .area-show {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-left: 15px;
    /* padding-right: 15px;*/
    position: relative;
    /* max-width: 120px;*/
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
    .u-select-area .area-show:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 14px;
      height: 14px;
      background: url("cssimg/icon-location.png") no-repeat center center;
      -moz-background-size: cover;
      background-size: cover; }
    .u-select-area .area-show:after {
      content: "";
      position: absolute;
      display: none;
      right: 0;
      top: 9px;
      width: 12px;
      height: 12px;
      background: url("cssimg/icon-arrow.png") no-repeat center center;
      -moz-background-size: cover;
      background-size: cover;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      transition: all .3s linear;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .u-select-area .area-select {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    border: 1px solid #ccc;
    z-index: 50;
    display: none; }
    .u-select-area .area-select li {
      padding: 0 15px;
      font-size: 14px;
      line-height: 24px;
      height: 24px;
      width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer; }
      .u-select-area .area-select li:hover, .u-select-area .area-select li.s-active {
        background: #333;
        color: #fff; }

.u-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .u-nav-list li {
    height: 100%;
    position: relative; }
    .u-nav-list li:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 200%;
      height: 100%;
      background: #fff;
      z-index: 10;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .u-nav-list li:last-child {
      margin-right: 0; }
    .u-nav-list li.active > a, .u-nav-list li:hover > a {
      color: #9f9089; }
      .u-nav-list li.active > a:after, .u-nav-list li:hover > a:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        bottom: 0;
        background: #9f9089; }
    .u-nav-list li:hover .small-menu {
      -webkit-transform: translate(-50%, 100%);
      -moz-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
    .u-nav-list li > a {
      font-size: 18px;
      color: #333;
      display: block;
      line-height: 80px;
      position: relative;
      padding: 0 4px;
      background: #fff;
      z-index: 20; }
    .u-nav-list li .small-menu {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: auto;
      min-width: 72px;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      border: 1px solid #ccc;
      background: #fff;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      transition: all .3s linear; }
      .u-nav-list li .small-menu > a {
        line-height: 30px;
        display: block;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
        font-size: 14px;
        padding: 0 4px;
        text-align: center; }
        .u-nav-list li .small-menu > a:hover {
          color: #9f9089; }

.cm-header .phone-num {
  padding-left: 20px;
  margin-left: 20px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  position: relative; }
  .cm-header .phone-num:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 0;
    background: url("cssimg/icon-phone.png") no-repeat center center;
    -moz-background-size: cover;
    background-size: cover; }

.cm-footer {
  background: #f0f0f0; }

.cm-footer .cm-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .cm-footer .cm-container .left-side {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cm-footer .cm-container .right-side {
    width: 370px;
    padding: 50px;
    background: #222; }
    .cm-footer .cm-container .right-side .ewm-box .title {
      font-size: 18px;
      color: #FFFEFE;
      text-align: center;
      line-height: 36px; }
    .cm-footer .cm-container .right-side .ewm-box .ewm {
      width: 100px;
      height: 100px;
      margin: 10px auto;
      overflow: hidden; }
      .cm-footer .cm-container .right-side .ewm-box .ewm img {
        display: block;
        width: 100%;
        height: 100%; }
    .cm-footer .cm-container .right-side .ewm-box .name {
      font-size: 14px;
      color: #FFFEFE;
      line-height: 36px;
      text-align: center; }
    .cm-footer .cm-container .right-side .phone-box {
      margin-top: 20px; }
      .cm-footer .cm-container .right-side .phone-box .title {
        font-size: 16px;
        line-height: 36px;
        color: #FFFEFE; }
      .cm-footer .cm-container .right-side .phone-box .phone-num {
        padding-left: 30px;
        font-size: 30px;
        line-height: 36px;
        color: #FFFEFE;
        margin-top: 10px;
        position: relative; }
        .cm-footer .cm-container .right-side .phone-box .phone-num:before {
          content: "";
          width: 21px;
          height: 21px;
          position: absolute;
          left: 0;
          top: 8px;
          background: url("cssimg/icon-phone-white.png") no-repeat center center;
          -moz-background-size: cover;
          background-size: cover; }

.cm-footer-nav {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .cm-footer-nav .nav-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cm-footer-nav .nav-item:last-child {
      margin-right: 0; }
    .cm-footer-nav .nav-item dt {
      font-size: 18px;
      color: #333;
      margin-bottom: 10px;
      line-height: 36px; }
    .cm-footer-nav .nav-item dd {
      line-height: 30px; }
      .cm-footer-nav .nav-item dd a {
        color: #666;
        font-size: 12px;
        display: inline-block;
        margin-right: 5px;
        min-width: 40px;
      }
        .cm-footer-nav .nav-item dd a:hover {
          color: #9f9089; }

.cm-copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #dfdfdf;
  flex-wrap: wrap;
  justify-content: center;
}
  .cm-copyright .logo {
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
  }
    .cm-copyright .logo img {
      display: block;
      height: 100%;
      width: auto; }
  .cm-copyright .copyright {
    /*-webkit-box-flex: 1;*/
    /*-moz-box-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    width: calc(100% - 120px);
    padding: 0 15px;
    text-align: center;
    color: #333;
    font-size: 14px; }

.cm-main {
  padding-top: 110px; }

.cm-banner {
  overflow: hidden;
  width: 100%; }
  .cm-banner > a {
    display: block;
    position: relative;
     /* height:450px;
      img{
        position: absolute;
        left:50%;
        top:0;
        transform:translateX(-50%);
        height:450px;
        width:1920px;

      }*/
    width: 100%; }
    .cm-banner > a img {
      width: 100%;
      height: auto;
      display: block;
      -o-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }

.cm-big-title {
  padding: 40px 0; }
  .cm-big-title .title {
    width: 100%;
    position: relative;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 14px;
    text-align: center;
    color: #9f9089; }
    .cm-big-title .title:after {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 40px;
      height: 4px;
      bottom: 0;
      background: #9f9089; }

.cm-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  margin-top: 40px; }
  .cm-pagination .pgn-prev, .cm-pagination .pgn-next {
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #999;
    padding: 0 13px;
    color: #999;
    margin: 0 10px; }
    .cm-pagination .pgn-prev.s-disabled, .cm-pagination .pgn-next.s-disabled {
      color: #ccc;
      border: 1px solid #ccc;
      cursor: default; }
  .cm-pagination .pgn-list {
    margin: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cm-pagination .pgn-list .pgn-item, .cm-pagination .pgn-list .pgn-temp {
      width: 32px;
      height: 32px;
      line-height: 30px;
      text-align: center;
      display: block;
      border: 1px solid #999;
      color: #999;
      margin-right: 10px; }
      .cm-pagination .pgn-list .pgn-item:last-child, .cm-pagination .pgn-list .pgn-temp:last-child {
        margin-right: 0; }
      .cm-pagination .pgn-list .pgn-item:hover, .cm-pagination .pgn-list .pgn-item.s-active, .cm-pagination .pgn-list .pgn-temp:hover, .cm-pagination .pgn-list .pgn-temp.s-active {
        border: 1px solid #9f9089;
        background: #9f9089;
        color: #fff; }
    .cm-pagination .pgn-list .pgn-temp {
      border: 1px solid transparent; }
      .cm-pagination .pgn-list .pgn-temp:hover {
        background: none;
        color: #999;
        border: 1px solid transparent; }

.cm-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: auto; }
.cm-carousel .swiper-pagination-bullet {
  background: #675e5e;
  opacity: .8; }
.cm-carousel .swiper-pagination-bullet-active {
  background: #9f9089; }

.cm-back-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 66px;
  height: 66px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #C3947D;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  display: none;
  z-index: 99; }
  .cm-back-top:hover {
    background: rgba(195, 148, 126, 0.8);
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); }
  .cm-back-top:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    -moz-transform: translate(-50%, -25%) rotate(45deg);
    -ms-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg); }

.cm-marker {
  background: #fff; }
  .cm-marker h5 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cm-marker .address {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #333; }
  .cm-marker .traffic {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px; }
  .cm-marker .tel {
    font-size: 12px;
    color: #666;
    margin-top: 5px; }

img.lazy {
  background: url("cssimg/load.gif") no-repeat center center; }
.content-img img
{
  max-width:100%;
}
.pagingNav{padding:17px 10px; }
.pagingNav p{height:30px; line-height:30px;}
.pagingNav .uls{margin-top:-30px;margin-left: 400px; overflow:hidden;}

.pagingNav .uls a{float:left; margin-left:5px; padding:0 10px; height:28px; line-height:28px; border:1px solid #ccc; text-decoration:none;float:left}
.pagingNav .uls a:hover,.pagingNav .uls a.cur{background-color:#ff8237; border-color:#ff8237; color:#fff;}
.pagingNav .uls .tBtn:hover{background-color:inherit; color:inherit; *background-color:transparent; *color:#666;}

/*# sourceMappingURL=common.css.map */
